home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Najgorsze komunikatory / Stefan / Stefan0902226_install.exe / themes / templates / ircbialy / style.css
Cascading Style Sheet File  |  2007-06-18  |  1KB  |  68 lines

  1. body{background: white; margin:0px;}
  2. div{margin: 0px;border: 0px;}
  3. p{margin: 0px;padding: 1px 5px;}
  4. img{vertical-align: middle;}
  5.  
  6. body#edit, #edit p {
  7.     font-family: Monospace;
  8.     font-size: 11px;
  9.     font-weight: normal;
  10.     color: black;
  11.     text-align:left;
  12.     vertical-align:top;
  13.     margin:0px;
  14.     padding:0px;
  15.     word-wrap:break-word;
  16. }
  17.  
  18. td#name {
  19.     font-family: Sans-Serif;
  20.     font-weight:normal;
  21.     font-size:9px;
  22.     color: gray;
  23. }
  24.  
  25. td#datepad{
  26.     width:20px;
  27. }
  28.  
  29. td#datesplit {
  30.     width:1px;
  31. }
  32.  
  33. p#text{
  34.     word-wrap:break-word;
  35. }
  36.  
  37. div#sys{
  38.     font-family: Monospace;
  39.     font-size: 11px;
  40.     font-weight: normal;
  41.     color: red;
  42.     padding:2px;
  43.     text-align:left;
  44. }
  45.  
  46. div#in{
  47.     font-family: Monospace;
  48.     font-size: 11px;
  49.     font-weight: normal;
  50.     color: black;
  51.     padding:2px;
  52.     text-align:left;
  53. }
  54.  
  55. div#out{
  56.     font-family: Monospace;
  57.     font-size: 11px;
  58.     font-weight: normal;
  59.     color: blue;
  60.     padding:2px;
  61.     text-align:left;
  62. }
  63.  
  64. div#break {
  65.     height:1px;
  66.     background-color:#F0F0F0;
  67.     overflow:hidden}
  68.